|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Abstractor.AddressSpaces.AddressSpace.Segments.Segment
public static class AddressSpaces.AddressSpace.Segments.Segment
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 |
---|
public AddressSpaces.AddressSpace.Segments.Segment()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public AddressSpaces.AddressSpace.Segments.Segment.AddressOffset getAddressOffset()
AddressSpaces.AddressSpace.Segments.Segment.AddressOffset
public void setAddressOffset(AddressSpaces.AddressSpace.Segments.Segment.AddressOffset value)
value
- allowed object is
AddressSpaces.AddressSpace.Segments.Segment.AddressOffset
public AddressSpaces.AddressSpace.Segments.Segment.Range getRange()
AddressSpaces.AddressSpace.Segments.Segment.Range
public void setRange(AddressSpaces.AddressSpace.Segments.Segment.Range value)
value
- allowed object is
AddressSpaces.AddressSpace.Segments.Segment.Range
public VendorExtensions getVendorExtensions()
VendorExtensions
public void setVendorExtensions(VendorExtensions value)
value
- allowed object is
VendorExtensions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |