Package edu.harvard.hul.ois.jhove
Class Agent
- java.lang.Object
-
- edu.harvard.hul.ois.jhove.Agent
-
public final class Agent extends Object
Encapsulates information about agents, either individual persons or corporate bodies.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAgent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AgentbnfInstance()booleanequals(Object obj){ @inheritDoc }StringgetAddress()Returns the value of the address property.StringgetEmail()Returns the value of the email property.StringgetFax()Returns the value of the fax property.StringgetName()Returns the value of the name property.StringgetNote()Returns the value of the note property.StringgetTelephone()Returns the value of the telephone property.AgentTypegetType()Returns the value of the type property.StringgetWeb()Returns the value of the web property.static AgentharvardInstance()inthashCode(){ @inheritDoc }static AgentnewAdobeInstance()static AgentnewIsoInstance()static AgentnewW3CInstance()static AgentopfInstance()
-
-
-
Method Detail
-
getAddress
public String getAddress()
Returns the value of the address property.
-
getEmail
public String getEmail()
Returns the value of the email property.
-
getFax
public String getFax()
Returns the value of the fax property.
-
getName
public String getName()
Returns the value of the name property.
-
getNote
public String getNote()
Returns the value of the note property.
-
getTelephone
public String getTelephone()
Returns the value of the telephone property.
-
getType
public AgentType getType()
Returns the value of the type property.
-
getWeb
public String getWeb()
Returns the value of the web property.
-
harvardInstance
public static final Agent harvardInstance()
-
opfInstance
public static final Agent opfInstance()
-
bnfInstance
public static final Agent bnfInstance()
-
newW3CInstance
public static final Agent newW3CInstance()
-
newIsoInstance
public static final Agent newIsoInstance()
-
newAdobeInstance
public static final Agent newAdobeInstance()
-
-