public class ContentMetadataKeyHierarchy extends Object implements Serializable
ContentMetadataKeyHierarchy defines a hierarchical relationship
between content
metadata keys.| Constructor and Description |
|---|
ContentMetadataKeyHierarchy() |
ContentMetadataKeyHierarchy(Integer id,
String name,
ContentMetadataKeyHierarchyLevel[] hierarchyLevels) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
ContentMetadataKeyHierarchyLevel[] |
getHierarchyLevels()
Gets the hierarchyLevels value for this ContentMetadataKeyHierarchy.
|
ContentMetadataKeyHierarchyLevel |
getHierarchyLevels(int i) |
Integer |
getId()
Gets the id value for this ContentMetadataKeyHierarchy.
|
String |
getName()
Gets the name value for this ContentMetadataKeyHierarchy.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setHierarchyLevels(ContentMetadataKeyHierarchyLevel[] hierarchyLevels)
Sets the hierarchyLevels value for this ContentMetadataKeyHierarchy.
|
void |
setHierarchyLevels(int i,
ContentMetadataKeyHierarchyLevel _value) |
void |
setId(Integer id)
Sets the id value for this ContentMetadataKeyHierarchy.
|
void |
setName(String name)
Sets the name value for this ContentMetadataKeyHierarchy.
|
public ContentMetadataKeyHierarchy()
public ContentMetadataKeyHierarchy(Integer id, String name, ContentMetadataKeyHierarchyLevel[] hierarchyLevels)
public Integer getId()
ContentMetadataKeyHierarchy. This
value is readonly and
is assigned by Google.public void setId(Integer id)
id - * The unique ID of the ContentMetadataKeyHierarchy. This
value is readonly and
is assigned by Google.public String getName()
ContentMetadataKeyHierarchy.
This attribute is readonly
and has a maximum length of 255 characters.public void setName(String name)
name - * The unique name of the ContentMetadataKeyHierarchy.
This attribute is readonly
and has a maximum length of 255 characters.public ContentMetadataKeyHierarchyLevel[] getHierarchyLevels()
ContentMetadataKeyHierarchy. This
attribute is readonly and
the hierarchy levels must form a continuous set of
1, 2, ..., N where N is the number
of levels in the hierarchy.public void setHierarchyLevels(ContentMetadataKeyHierarchyLevel[] hierarchyLevels)
hierarchyLevels - * The levels of the ContentMetadataKeyHierarchy. This
attribute is readonly and
the hierarchy levels must form a continuous set of
1, 2, ..., N where N is the number
of levels in the hierarchy.public ContentMetadataKeyHierarchyLevel getHierarchyLevels(int i)
public void setHierarchyLevels(int i,
ContentMetadataKeyHierarchyLevel _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.