com.eu.miscedautils.ipxact.Abstractor
Class AddressSpaces.AddressSpace.Segments.Segment

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.AddressSpaces.AddressSpace.Segments.Segment
Enclosing class:
AddressSpaces.AddressSpace.Segments

public static class AddressSpaces.AddressSpace.Segments.Segment
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroup"/>
         <element name="addressOffset">
           <complexType>
             <simpleContent>
               <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledNonNegativeInteger">
                 <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="range">
           <complexType>
             <simpleContent>
               <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledPositiveInteger">
                 <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AddressSpaces.AddressSpace.Segments.Segment.AddressOffset
          Java class for anonymous complex type.
static class AddressSpaces.AddressSpace.Segments.Segment.Range
          Java class for anonymous complex type.
 
Constructor Summary
AddressSpaces.AddressSpace.Segments.Segment()
           
 
Method Summary
 AddressSpaces.AddressSpace.Segments.Segment.AddressOffset getAddressOffset()
          Gets the value of the addressOffset property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.lang.String getName()
          Gets the value of the name property.
 AddressSpaces.AddressSpace.Segments.Segment.Range getRange()
          Gets the value of the range property.
 VendorExtensions getVendorExtensions()
          Gets the value of the vendorExtensions property.
 void setAddressOffset(AddressSpaces.AddressSpace.Segments.Segment.AddressOffset value)
          Sets the value of the addressOffset property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRange(AddressSpaces.AddressSpace.Segments.Segment.Range value)
          Sets the value of the range property.
 void setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressSpaces.AddressSpace.Segments.Segment

public AddressSpaces.AddressSpace.Segments.Segment()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getAddressOffset

public AddressSpaces.AddressSpace.Segments.Segment.AddressOffset getAddressOffset()
Gets the value of the addressOffset property.

Returns:
possible object is AddressSpaces.AddressSpace.Segments.Segment.AddressOffset

setAddressOffset

public void setAddressOffset(AddressSpaces.AddressSpace.Segments.Segment.AddressOffset value)
Sets the value of the addressOffset property.

Parameters:
value - allowed object is AddressSpaces.AddressSpace.Segments.Segment.AddressOffset

getRange

public AddressSpaces.AddressSpace.Segments.Segment.Range getRange()
Gets the value of the range property.

Returns:
possible object is AddressSpaces.AddressSpace.Segments.Segment.Range

setRange

public void setRange(AddressSpaces.AddressSpace.Segments.Segment.Range value)
Sets the value of the range property.

Parameters:
value - allowed object is AddressSpaces.AddressSpace.Segments.Segment.Range

getVendorExtensions

public VendorExtensions getVendorExtensions()
Gets the value of the vendorExtensions property.

Returns:
possible object is VendorExtensions

setVendorExtensions

public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.

Parameters:
value - allowed object is VendorExtensions