Class Alias
Object
Alias
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> <element ref="{}entry_id"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the entryId property.getId()
Gets the value of the id property.void
setEntryId
(Object value) Sets the value of the entryId property.void
Sets the value of the id property.
-
Field Details
-
entryId
-
id
-
-
Constructor Details
-
Alias
public Alias()
-
-
Method Details
-
getEntryId
Gets the value of the entryId property.- Returns:
- possible object is
Object
-
setEntryId
Sets the value of the entryId property.- Parameters:
value
- allowed object isObject
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-