|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.AssocObjectType
public class AssocObjectType
Java class for assoc_object_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="assoc_object_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="alias" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="object_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
alias
|
protected java.lang.String |
objectType
|
protected boolean |
unique
|
| Constructor Summary | |
|---|---|
AssocObjectType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAlias()
Gets the value of the alias property. |
java.lang.String |
getObjectType()
Gets the value of the objectType property. |
boolean |
isUnique()
Gets the value of the unique property. |
void |
setAlias(java.lang.String value)
Sets the value of the alias property. |
void |
setObjectType(java.lang.String value)
Sets the value of the objectType property. |
void |
setUnique(boolean value)
Sets the value of the unique property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String alias
protected java.lang.String objectType
protected boolean unique
| Constructor Detail |
|---|
public AssocObjectType()
| Method Detail |
|---|
public java.lang.String getAlias()
Stringpublic void setAlias(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getObjectType()
Stringpublic void setObjectType(java.lang.String value)
value - allowed object is
Stringpublic boolean isUnique()
public void setUnique(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||