org.apache.juddi.model
Class ObjectType
java.lang.Object
org.apache.juddi.model.ObjectType
- All Implemented Interfaces:
- Serializable
public class ObjectType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectType
public ObjectType()
getId
public Long getId()
setId
public void setId(Long id)
getSignature
public Signature getSignature()
setSignature
public void setSignature(Signature signature)
getContent
public List<ObjectTypeContent> getContent()
setContent
public void setContent(List<ObjectTypeContent> content)
getXmlID
public String getXmlID()
setXmlID
public void setXmlID(String xmlID)
getMimeType
public String getMimeType()
setMimeType
public void setMimeType(String mimeType)
getEncoding
public String getEncoding()
setEncoding
public void setEncoding(String encoding)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.